HOW TO gnuplot
==============


plot "mosfets.dat" using 1:2 title "490Hz", "mosfets.dat" using 1:3 title "3921Hz"
set style data linespoints
set title "MOSFETS : Comparaisons Volts, Frequence PWM"
set xlabel "PWM"
set ylabel "Volt"
set xrange [0:255]
set yrange [0:24]
set pointsize 2
set out "mosfets.ps"
set terminal postscript
replot
quit




plot "tip120.dat" using 1:2 title "490Hz", "tip120.dat" using 1:3 title "976Hz", "tip120.dat" using 1:4 title "3921Hz", "tip120.dat" using 1:5 title "7812Hz"
set style data linespoints
set title "TRANSISTOR TP 120 : Comparaisons Volts, Frequence PWM"
set xlabel "PWM"
set ylabel "Volt"
set xrange [0:255]
set yrange [0:24]
set pointsize 2
set out "tip120.ps"
set terminal postscript
replot
quit
